UInt64NINumericUInt64NIsLessThanOrEqualTo Method

Determines whether the current value is less than or equal to the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UInt64N>.IsLessThanOrEqualTo(
	UInt64N value
)

Parameters

value  UInt64N
The value to compare with the current value.

Return Value

Boolean
if the current value is less than or equal to value; otherwise, .

Implements

INumericTSelfIsLessThanOrEqualTo(TSelf)

See Also